From 1ab5ec4e1200567d38c1e7116de34780010f51d0 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 24 Sep 2003 23:52:11 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++++ lisp/ChangeLog | 6 ++++++ src/ChangeLog | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 8779c62fbfc..a3fb92f6d45 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -233,6 +233,11 @@ Such individual settings are now preserved when windows are split horizontally or vertically, a saved window configuration is restored, or when the frame is resized. +** New functions frame-current-scroll-bars and window-current-scroll-bars. + +These functions return the current locations of the vertical and +horisontal scroll bars in a frame or window. + ** Under X, mouse-wheel-mode is turned on by default. ** The X resource useXIM can be used to turn off use of XIM, which may diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fecab5f8d2a..25a7a618c41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-09-25 Kim F. Storm + + * frame.el (frame-current-scroll-bars): New defun. + + * window.el (window-current-scroll-bars): New defun. + 2003-09-24 Martin Stjernholm * progmodes/cc-engine.el (c-parse-state): Fixed bug that could diff --git a/src/ChangeLog b/src/ChangeLog index 4bb695cc193..2a9beaea396 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-09-25 Kim F. Storm + + * window.c (set_window_buffer): Fix redisplay problems when + switching between buffers with different display margin widths. + 2003-09-23 Kim F. Storm * process.c (set_socket_option): Fix :bindtodevice option. -- 2.30.2